feat(examples/ag-ui): deploy to ag-ui.threadplane.ai (Part 3)#623
Merged
Conversation
… entrypoint + railway.json)
…ction smoke Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…Docker build
uv export writes '-e .' as the first dep; the builder stage only COPYs
requirements.txt, so pip fails ('does not appear to be a Python project').
The app's src/ is imported directly by uvicorn from the runner's /app — no
editable install needed. Filter -e/local lines before pip install.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Deploys the standalone
examples/ag-uidemo — the chat UI over the AG-UI transport with full a2ui generative-UI parity — to https://ag-ui.threadplane.ai.ag-ui-demo):examples/ag-ui/python/{Dockerfile,entrypoint.sh,railway.json}— uvicornag-ui-langgraphserving the a2ui graph, watchdog on/ok.threadplane-ag-ui-demo):scripts/assemble-ag-ui-demo.tsbuilds the SPA + Build Output config routing/agent*→ a proxy function + SPA fallback.scripts/ag-ui-demo-middleware.ts): origin allowlist (ag-ui.threadplane.ai+ localhost) + Upstash rate-limit (fail-open) +X-Internal-Tokeninjection → the Railway backend.examples/ag-ui — e2e(aimock replay, 9 specs) +ag-ui demo → Verceldeploy job (gated on e2e success; Vercel + Railway up; path-scoped) + production smoke probes.Cloud resources provisioned via API: Railway service + token, Vercel project + verified domain + env. Mirrors the canonical-demo + ag-ui-dev patterns.
Part 3 of
docs/superpowers/specs/2026-06-06-examples-ag-ui-standalone-design.md. Completes the examples/ag-ui effort.Test plan
assemble-ag-ui-demoruns; proxy bundles;/agentroute + function present./ok200; ag-ui.threadplane.ai loads;/agentforbidden-origin → 403; live a2ui surface renders.🤖 Generated with Claude Code